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

added missing closing parenthesis

darcs-hash:20090122184149-7ad00-bcde222d4166c6c63b2c798251e2686e4288487a.gz
parent 404d2981
No related branches found
No related tags found
No related merge requests found
......@@ -89,8 +89,9 @@ function media_metaform($id,$auth){
foreach (array('default','local') as $config_group) {
if (empty($config_cascade['mediameta'][$config_group])) continue;
foreach ($config_cascade['mediameta'][$config_group] as $config_file) {
if(@file_exists($config_file)){
include($config_file);
if(@file_exists($config_file)){
include($config_file);
}
}
}
}
......
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