diff options
| author | 2013-09-14 22:12:44 +0200 | |
|---|---|---|
| committer | 2013-09-14 22:12:44 +0200 | |
| commit | 6f8b260ebf1768fdf567a03989556b50c9cbda25 (patch) | |
| tree | 28b6e1545518adfa216396aa8a09a4de8d736629 /app/controllers/feedController.php | |
| parent | 6525779349ba915e17ef1846948c861bfa36425e (diff) | |
| parent | e19695e14bdf3ea1baf04141f346060751eb1789 (diff) | |
Merge branch 'Alkarex-SqlOptimisation' into sql-optimisation
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 (); |
