From 7666ec33d1b942b31ff46eb694bca0b1c8754b68 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 9 Sep 2015 08:17:45 -0700 Subject: enable appcache --- controllers/editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controllers/editor.php') 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); -- cgit v1.2.3