Skip to content
Snippets Groups Projects
Commit 28c7c067 authored by Anika Henke's avatar Anika Henke
Browse files

added missing DETAIL_STARTED event to lib/exe/detail.php

parent 4802becf
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../'); if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../');
define('DOKU_MEDIADETAIL',1); define('DOKU_MEDIADETAIL',1);
require_once(DOKU_INC.'inc/init.php'); require_once(DOKU_INC.'inc/init.php');
trigger_event('DETAIL_STARTED', $tmp=array());
//close session //close session
session_write_close(); session_write_close();
......
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