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

Fix unchecked variable in controller when getting photos

* Also Typo fixes on dbmappers
This commit is contained in:
Loic Blot
2015-01-18 15:45:08 +00:00
parent 100308b9ec
commit a0c820ab82
3 changed files with 12 additions and 3 deletions
+3 -2
View File
@@ -12,10 +12,11 @@
namespace OCA\OcSms\Db;
use OCP\AppFramework\Db\DoesNotExistException;
use \OCP\AppFramework\Db\Mapper;
use \OCP\IDb;
use \OCP\AppFramework\Db\Mapper;
use \OCP\AppFramework\Db\DoesNotExistException;
class ConfigMapper extends Mapper {
/**