1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Remove one angular controller, we need to understand multiple controller problems

This commit is contained in:
Loic Blot
2015-01-09 19:37:16 +00:00
parent 84db79a300
commit 642f78e859
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -49,6 +49,7 @@ class ConfigMapper extends Mapper {
try {
$sql = "SELECT `key` FROM `*PREFIX*ocsms_config` WHERE `key` = ? AND `user` = ?";
$this->findEntity($sql, array($key, $this->user));
return true;
} catch (DoesNotExistException $e){
return false;