diff options
Diffstat (limited to 'app/controllers/feedController.php')
| -rwxr-xr-x | app/controllers/feedController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/feedController.php b/app/controllers/feedController.php index 8cb4c31c2..1131c3a7a 100755 --- a/app/controllers/feedController.php +++ b/app/controllers/feedController.php @@ -21,6 +21,7 @@ class feedController extends ActionController { $def_cat = $this->catDAO->getDefault (); $cat = $def_cat->id (); } + $user = Request::param ('username'); $pass = Request::param ('password'); $params = array (); |
