aboutsummaryrefslogtreecommitdiff
path: root/app/Models
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-12 15:26:45 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-12 15:26:45 +0200
commit8ea835ae80abfff86befb32a8ea8f5d3fd679832 (patch)
tree1cdc8653817a4a23199fc74ee94db7aa48ca51f9 /app/Models
parent5a3b468f7c480a02346a6cfa8f82efc48e5b2fa8 (diff)
parent079150eee4eebce3549c3d7db84dd0180bdd11e7 (diff)
Merge pull request #887 from Alkarex/LogVisibility
Updated log visibility
Diffstat (limited to 'app/Models')
-rw-r--r--app/Models/CategoryDAO.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/CategoryDAO.php b/app/Models/CategoryDAO.php
index 189a5f0e4..b5abac519 100644
--- a/app/Models/CategoryDAO.php
+++ b/app/Models/CategoryDAO.php
@@ -13,7 +13,7 @@ class FreshRSS_CategoryDAO extends Minz_ModelPdo implements FreshRSS_Searchable
return $this->bd->lastInsertId();
} else {
$info = $stm == null ? array(2 => 'syntax error') : $stm->errorInfo();
- Minz_Log::error('SQL error addCategory: ' . $info[2] );
+ Minz_Log::error('SQL error addCategory: ' . $info[2]);
return false;
}
}