aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/models.php
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2021-01-01 20:12:21 +0100
committerLaria Carolin Chabowski <laria@laria.me>2021-01-01 20:12:25 +0100
commitc9a7d3efc61b585d6765bb8e247d6fa1ace9f4fd (patch)
treedb43bdc64131bccb68d3004f1eec11ec28d0d4e2 /ratatoeskr/sys/models.php
parent3a415231d36a48c48f51e1161b11160654961f73 (diff)
downloadratatoeskr-cms-master.tar.gz
ratatoeskr-cms-master.tar.bz2
ratatoeskr-cms-master.zip
Add htmlesc againHEADmaster
Some plugins use that function :(.
Diffstat (limited to 'ratatoeskr/sys/models.php')
-rw-r--r--ratatoeskr/sys/models.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php
index 0716690..5fbc928 100644
--- a/ratatoeskr/sys/models.php
+++ b/ratatoeskr/sys/models.php
@@ -15,6 +15,7 @@ use r7r\cms\sys\models\KVStorage;
use r7r\cms\sys\Database;
use r7r\cms\sys\DbTransaction;
+require_once(dirname(__FILE__) . "/utils.php");
require_once(dirname(__FILE__) . "/textprocessors.php");
require_once(dirname(__FILE__) . "/pluginpackage.php");