Migrating to php 5.3
[dotclear.git] / widget.copyright.php
index 11e78d8..552b250 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 class xorgCopyrightWidget {
-  public static function behavior_initWidgets(&$w) {
+  public static function behavior_initWidgets($w) {
     $w->create('XorgCopyright', __('Copyright'), array('xorgCopyrightWidget', 'widget'));
   }
 
-  static public function widget(&$w) {
+  static public function widget($w) {
     global $core;
     $copyright = $core->blog->settings->system->get('copyright_notice');
     $editor    = $core->blog->settings->system->get('editor');