MDL-13919 Fixed undefined variable

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