MDL-13919 Fixed undefined variable. Merging from MOODLE_16_STABLE

This commit is contained in:
nicolasconnault
2008-03-13 14:01:37 +00:00
parent 9609d14e81
commit 817a4d47b1
+1 -1
View File
@@ -297,7 +297,7 @@ class flexible_table {
$querystring .= '&';
}
else {
$this->reseturl = $strippedurl.$querystring;
$this->reseturl = $strippedurl;
$querystring = '?';
}