Skip to content

Commit d4a788c

Browse files
Fixed syntax error with 'or' operator.
1 parent 5cd1908 commit d4a788c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/access.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2424
*/
2525

26-
defined('MOODLE_INTERNAL') or die();
26+
defined('MOODLE_INTERNAL') || die();
2727

2828
$capabilities = [
2929
// Manage custom elements.

0 commit comments

Comments
 (0)