diff options
| author | 2014-03-27 20:36:51 +0100 | |
|---|---|---|
| committer | 2014-03-27 20:36:51 +0100 | |
| commit | 9d87f2f0aa8306c3e07a79d1a100b4d41ea8bc72 (patch) | |
| tree | f7685e6c6dff2dc4c75b8d4b1b1dd16f69b8bd57 /lib | |
| parent | c8aa451c768a3d4dfce3d19648f3c8420dedb74c (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')
| -rw-r--r-- | lib/Minz/View.php | 2 |
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(); } |
