From 101d5aab3165acfd6344c0234d33c4f1d513294d Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 22 May 2015 13:20:44 +0200 Subject: [PATCH] There is no disable all option. Disabling frame does the same. --- h5p.classes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 0bd122a..8480fd9 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1642,7 +1642,6 @@ 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(