MDL-58701 libraries: Use pluginfile.php as rewrite url for web req.
This commit is contained in:
@@ -987,6 +987,8 @@ class external_settings {
|
||||
if ((AJAX_SCRIPT == false) && (CLI_SCRIPT == false) && (WS_SERVER == false)) {
|
||||
// For normal pages, the default should match the default for format_text.
|
||||
$this->filter = true;
|
||||
// Use pluginfile.php for web requests.
|
||||
$this->file = 'pluginfile.php';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user