summaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'controllers')
-rw-r--r--controllers/editor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/editor.php b/controllers/editor.php
index 077adcb..4c9740b 100644
--- a/controllers/editor.php
+++ b/controllers/editor.php
@@ -68,7 +68,7 @@ $app->post('/editor/test-login', function() use($app) {
});
$app->get('/appcache.manifest', function() use($app) {
- $content = partial('-partials/appcache');
+ $content = partial('partials/appcache');
$app->response()['Content-type'] = 'text/cache-manifest';
$app->response()->body($content);