aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/feedController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-10-06 23:06:25 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-10-06 23:06:25 +0200
commit7c1c7226a3519d9f54c2bcdc288bb3a13c57479c (patch)
treec0109e4309004e2c8f6daa5a514acb36425735e6 /app/controllers/feedController.php
parent4a2581f00d7c2febb95ea3de8ec47f1d3917232c (diff)
parent35dcb5e39aee8029fee541d5649456bc385cd649 (diff)
Merge branch 'sql-optimisation' into dev
Diffstat (limited to 'app/controllers/feedController.php')
-rwxr-xr-xapp/controllers/feedController.php1
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 ();