MDL-20636 Add missing defined('MOODLE_INTERNAL') || die();
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
/**
|
||||
* Fake question behaviour that is used when the actual qim was not
|
||||
* available.
|
||||
@@ -27,6 +26,9 @@
|
||||
*/
|
||||
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
/**
|
||||
* Fake question behaviour that is used when the actual behaviour
|
||||
* is not available.
|
||||
|
||||
Reference in New Issue
Block a user