summaryrefslogtreecommitdiffstats
path: root/folder.bl.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-03-06 10:27:50 +0100
committerAlessandro Cosentino <cosenal@gmail.com>2013-03-06 10:27:50 +0100
commit3c87c2be39c609a3d68c133358ab91a40480b745 (patch)
tree0fa508a1552c34ef55ab9cfbd175d2fc5af4c8f6 /folder.bl.php
parentc4349e0c2ee6a6600b8e661e776c2e1a4b131e0e (diff)
api calls are anonymous functions now
Diffstat (limited to 'folder.bl.php')
-rw-r--r--folder.bl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/folder.bl.php b/folder.bl.php
index 4bc0f45ab..722baf8fc 100644
--- a/folder.bl.php
+++ b/folder.bl.php
@@ -2,7 +2,7 @@
namespace OCA\News;
-class FolderBL {
+class FolderBl {
public function __construct($folderMapper){
$this->folderMapper = $folderMapper;