diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-09-25 21:24:53 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-09-25 21:29:45 +0200 |
commit | ecec65566a4ec77edf2054984663d97df55b877a (patch) | |
tree | 6d508c03ca95c02c86757ca150c92bb3f1f9c060 /ratatoeskr/sys/translation.php | |
parent | 378881378aab5454c84cb1fecbbcc675f64dc27f (diff) | |
download | ratatoeskr-cms-ecec65566a4ec77edf2054984663d97df55b877a.tar.gz ratatoeskr-cms-ecec65566a4ec77edf2054984663d97df55b877a.tar.bz2 ratatoeskr-cms-ecec65566a4ec77edf2054984663d97df55b877a.zip |
Fix some broken references to the \ste namespace
Should be \r7r\ste now
Diffstat (limited to 'ratatoeskr/sys/translation.php')
-rw-r--r-- | ratatoeskr/sys/translation.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ratatoeskr/sys/translation.php b/ratatoeskr/sys/translation.php index 0679ca7..d9d6cfd 100644 --- a/ratatoeskr/sys/translation.php +++ b/ratatoeskr/sys/translation.php @@ -9,12 +9,13 @@ * See "ratatoeskr/licenses/ratatoeskr" for more information. */ +use r7r\ste; use r7r\cms\sys\Esc; require_once(dirname(__FILE__) . "/utils.php"); require_once(dirname(__FILE__) . "/init_ste.php"); -/** @var \ste\STECore $ste */ +/** @var ste\STECore $ste */ assert(isset($ste)); if (!defined("SETUP")) { |