aboutsummaryrefslogtreecommitdiff
path: root/lib/Minz/View.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-03-27 20:36:51 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-03-27 20:36:51 +0100
commit9d87f2f0aa8306c3e07a79d1a100b4d41ea8bc72 (patch)
treef7685e6c6dff2dc4c75b8d4b1b1dd16f69b8bd57 /lib/Minz/View.php
parentc8aa451c768a3d4dfce3d19648f3c8420dedb74c (diff)
Export is fully implemented
- Export list of feeds (OPML) - Export list of favourites (JSON) - Export list of articles per feed (JSON)
Diffstat (limited to 'lib/Minz/View.php')
-rw-r--r--lib/Minz/View.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/View.php b/lib/Minz/View.php
index 00d9a1a6d..f034ab10b 100644
--- a/lib/Minz/View.php
+++ b/lib/Minz/View.php
@@ -108,7 +108,7 @@ class Minz_View {
*/
public function helperToString($helper) {
ob_start();
- renderHelper($helper);
+ $this->renderHelper($helper);
return ob_get_clean();
}