From 85d66d52c049e26cf89e676593c71c592e4bdbfa Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Wed, 13 May 2015 11:48:56 +0200 Subject: [PATCH] Add DISABLE_ALL constant --- h5p.classes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/h5p.classes.php b/h5p.classes.php index 30d99dc..e581fb7 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1642,6 +1642,7 @@ class H5PCore { const DISABLE_EMBED = 4; const DISABLE_COPYRIGHT = 8; const DISABLE_ABOUT = 16; + const DISABLE_ALL = 31; // Map flags to string public static $disable = array(