Fix Moodle Code Checker complaints
This commit is contained in:
parent
9f320984c6
commit
69a3436faa
4 changed files with 7 additions and 7 deletions
|
@ -56,7 +56,7 @@ class backup_customcert_activity_task extends backup_activity_task {
|
|||
* @param string $content
|
||||
* @return mixed|string
|
||||
*/
|
||||
static public function encode_content_links($content) {
|
||||
public static function encode_content_links($content) {
|
||||
global $CFG;
|
||||
|
||||
$base = preg_quote($CFG->wwwroot, "/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue