diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-09 13:08:06 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-09 13:08:06 -0400 |
commit | fef1b966643505595cea027daed89a17b9544a59 (patch) | |
tree | 706d12c46e793e9d696f89d675b75f3fe6c122a0 /src/controllers/Users.class.php | |
parent | f618eae020122914c1c349ece78cb755576b4105 (diff) |
Fix typo in code
Diffstat (limited to 'src/controllers/Users.class.php')
-rw-r--r-- | src/controllers/Users.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/Users.class.php b/src/controllers/Users.class.php index 27efbcd..c7c2180 100644 --- a/src/controllers/Users.class.php +++ b/src/controllers/Users.class.php @@ -118,7 +118,7 @@ class Users extends Controller { } } - public function http404($routed, $rnemainder) { + public function http404($routed, $remainder) { $username = implode('/', $remainder); $this->showView('users/404', array('username'=>$username)); |