Skip to content
Snippets Groups Projects
Commit 0be7508b authored by Jared Hancock's avatar Jared Hancock
Browse files

redactor: Fixup missing link dropdown items

parent dea0337e
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ class ConfigAjaxAPI extends AjaxController {
array('name'=>'End-User Login Page', 'url'=> '%{url}/login.php'),
));
Http::cacheable(md5($links), filemtime(__file__));
Http::cacheable(md5($links));
header('Content-Type: application/json; charset=UTF-8');
return $links;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment