Extension talk:Uniwiki Toolbar

From mediawiki.org
Latest comment: 14 years ago by 195.194.74.13 in topic Toolbar?

Error on line 126

Warning: Call-time pass-by-reference has been disconnected; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-revference, you can set allow_call_time_pass_reference to true in your INI file in c:\WAMP\www\wiki\extensions\uniwiki\CustomToolbar\CustomToolbar.php on line 126

I just removed the & symbol twice at...

function CustomToolbarUploadForm(&$request) {
$this->mType = $request->getVal('type');
$this->mCaption = $request->getText('wpCaption');
$this->mSection = $request->getVal('section');
UploadForm::UploadForm(&$request);

... and it seems to work now --Esenabre 22:17, 15 April 2009 (UTC)Reply

Toolbar?[edit]

Is it like the Google toolbar? e.g. http://toolbar.google.com/T6/intl/en-GB/index.html 195.194.74.13 10:35, 22 June 2009 (UTC)Reply