diff options
| author | 2013-10-06 23:06:25 +0200 | |
|---|---|---|
| committer | 2013-10-06 23:06:25 +0200 | |
| commit | 7c1c7226a3519d9f54c2bcdc288bb3a13c57479c (patch) | |
| tree | c0109e4309004e2c8f6daa5a514acb36425735e6 /app/controllers/feedController.php | |
| parent | 4a2581f00d7c2febb95ea3de8ec47f1d3917232c (diff) | |
| parent | 35dcb5e39aee8029fee541d5649456bc385cd649 (diff) | |
Merge branch 'sql-optimisation' into dev
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 (); |
