Skip to content

Commit

Permalink
MDL-13919 Fixed undefined variable. Merging from MOODLE_19_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Mar 13, 2008
1 parent f642a21 commit 7bd75cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tablelib.php
Expand Up @@ -397,7 +397,7 @@ function setup() {
$querystring .= '&';
}
else {
$this->reseturl = $strippedurl.$querystring;
$this->reseturl = $strippedurl;
$querystring = '?';
}

Expand Down

0 comments on commit 7bd75cb

Please sign in to comment.