Skip to content
Snippets Groups Projects
Commit f121c6d2 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

typo fix for plugin manager which caused blank error message FS#1216

darcs-hash:20070809221830-7ad00-601fe9bef16ae512262c40feadbb07af512b0ef1.gz
parent fe00a666
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,7 @@ class ap_manage {
$tmp = DOKU_PLUGIN."tmp/$folder";
if (!ap_mkdir($tmp)) {
$this->manager->error = $this->lang['error_dir_create']."\n";
$this->manager->error = $this->lang['error_dircreate']."\n";
return false;
}
......
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