dbnschools / moodle-theme_fordson

Theme for Moodle 3.3+
43 stars 40 forks source link

Undefined property: stdClass::$showcustomlogin #30

Closed gjb2048 closed 6 years ago

gjb2048 commented 6 years ago

Hi Chris,

When working with Fordson on M3.5 version:

$plugin->version = 2018062600; $plugin->release = 'Moodle 3.5 Fordson v3.5 release 3 update 3';

I noticed:

PHP Notice: Undefined property: stdClass::$showcustomlogin in F:\moodledev\moodle35\theme\fordson\lib\scss_lib.php on line 208

in my php.log file. Can't remember how to replicate but was probably after switching to the theme on a course using the url ('allowthemechangeonurl' core setting set).

Gareth

dbnschools commented 6 years ago

Thanks. I will try to reproduce the error.