From: Evan Prodromou Date: Fri, 20 Feb 2009 21:48:49 +0000 (-0500) Subject: change static in router to var X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85eb53247d7c0eac767de9fd79ba70183b7f57be;p=quix0rs-gnu-social.git change static in router to var --- diff --git a/lib/router.php b/lib/router.php index e55b597f21..0640a5911f 100644 --- a/lib/router.php +++ b/lib/router.php @@ -47,7 +47,7 @@ require_once 'Net/URL/Mapper.php'; class Router { - static $m = null; + var $m = null; static $inst = null; static function get()