summaryrefslogtreecommitdiffstats
path: root/lib/foldermapper.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-17 17:37:54 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-17 17:37:54 -0400
commitc378e972a12ba41d252d74e509f88ea7bec2544d (patch)
tree22e05c91cc6409d803cdce5598fd227d76a8b904 /lib/foldermapper.php
parent4c8de80f564675f30687d21373ef3674a77a7926 (diff)
adds favicon; needs css polishing
Diffstat (limited to 'lib/foldermapper.php')
-rw-r--r--lib/foldermapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/foldermapper.php b/lib/foldermapper.php
index 45dc53c42..01dce13d7 100644
--- a/lib/foldermapper.php
+++ b/lib/foldermapper.php
@@ -40,7 +40,7 @@ class OC_News_FolderMapper {
$result = $stmt->execute(array($this->userid, $id));
while( $row = $result->fetchRow()){
- $child = OC_News_FolderMapper::populate($row['name'], $row['id']);
+ $child = self::populate($row['name'], $row['id']);
$root->addChild($child);
}