Skip to content
Snippets Groups Projects
Commit fa05a45f authored by Chris Smith's avatar Chris Smith
Browse files

correct missing '/' between directory and filename in metaFiles() return value

darcs-hash:20080313213021-f07c6-f81c4638918b6a9eafc594f10bb6383975333769.gz
parent d968d3e5
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ function metaFN($id,$ext){
*/
function metaFiles($id){
$name = noNS($id);
$dir = metaFN(getNS($id),'');
$dir = metaFN(getNS($id),'').'/';
$files = array();
$dh = @opendir($dir);
......
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