change static in router to var

This commit is contained in:
Evan Prodromou 2009-02-20 16:48:49 -05:00
parent 424388611a
commit 85eb53247d
1 changed files with 1 additions and 1 deletions

View 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()