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