1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Fix tests

This commit is contained in:
Jeremy 2015-04-01 21:53:57 +02:00
parent 769e19dc4a
commit 9744e97131
4 changed files with 11 additions and 11 deletions

View file

@ -133,7 +133,7 @@ class ConfigController extends Controller
'rss' => array(
'username' => $user->getUsername(),
'token' => $config->getRssToken(),
)
),
));
}