]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change static in router to var
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 20 Feb 2009 21:48:49 +0000 (16:48 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 20 Feb 2009 21:48:49 +0000 (16:48 -0500)
lib/router.php

index e55b597f2142689eaa61e723ac68b051e1efdd91..0640a5911feb454dad071cb837430fcc1ba4b057 100644 (file)
@@ -47,7 +47,7 @@ require_once 'Net/URL/Mapper.php';
 
 class Router
 {
-    static $m = null;
+    var $m = null;
     static $inst = null;
 
     static function get()