MDL-13919 Fixed undefined variable
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ class flexible_table {
|
||||
$querystring .= '&';
|
||||
}
|
||||
else {
|
||||
$this->reseturl = $strippedurl.$querystring;
|
||||
$this->reseturl = $strippedurl;
|
||||
$querystring = '?';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user