MDL-13919 Fixed undefined variable. Merging from MOODLE_18_STABLE

This commit is contained in:
nicolasconnault
2008-03-13 14:02:34 +00:00
parent ce60661535
commit 5fd87bf13c
+1 -1
View File
@@ -397,7 +397,7 @@ class flexible_table {
$querystring .= '&';
}
else {
$this->reseturl = $strippedurl.$querystring;
$this->reseturl = $strippedurl;
$querystring = '?';
}