summaryrefslogtreecommitdiffstats
path: root/inc/configmodule/branding.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/configmodule/branding.inc.php')
-rw-r--r--inc/configmodule/branding.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/configmodule/branding.inc.php b/inc/configmodule/branding.inc.php
index 6e452a93..b2f28c2f 100644
--- a/inc/configmodule/branding.inc.php
+++ b/inc/configmodule/branding.inc.php
@@ -47,4 +47,9 @@ class ConfigModule_Branding extends ConfigModule
$this->tmpFile = $value;
}
+ public function getData($key)
+ {
+ return false;
+ }
+
}