Skip to content

Commit

Permalink
slasharguments wasn't being found (CFG not declared global)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Aug 28, 2002
1 parent 718deef commit 6e4c09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/index.php
Expand Up @@ -488,7 +488,7 @@ function displaydir ($wdir) {

global $basedir;
global $id;
global $USER;
global $USER, $CFG;

$fullpath = $basedir.$wdir;

Expand Down

0 comments on commit 6e4c09d

Please sign in to comment.