add condition in case the file of the page does not exist.
This commit is contained in:
parent
adb7294323
commit
f7fadb9b7e
@ -33,6 +33,7 @@ class action_plugin_usetheme extends DokuWiki_Action_Plugin {
|
||||
public function _handleConf(Doku_Event $event, $param) {
|
||||
global $ID, $ACT, $conf;
|
||||
$dataFile = wikiFN(cleanID($ID));
|
||||
if(is_file($dataFile)) {
|
||||
$fp = fopen($dataFile,"r");
|
||||
$firstLine = fgets($fp,512);
|
||||
fclose($fp);
|
||||
@ -42,6 +43,8 @@ class action_plugin_usetheme extends DokuWiki_Action_Plugin {
|
||||
$conf['template'] = $template;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// vim:ts=4:sw=4:
|
||||
|
Loading…
x
Reference in New Issue
Block a user