]> git.mxchange.org Git - friendica-addons.git/blobdiff - testdrive/testdrive.php
jappixmini addon IT translation update THX Sylke Vicious
[friendica-addons.git] / testdrive / testdrive.php
index e0e0fb57bd9eb4ca5e1856e807e67e6c54fe5519..7c3af59e0253e21c5442d605dc5895669db64823 100644 (file)
@@ -58,7 +58,7 @@ function testdrive_cron($a,$b) {
        if(count($r)) {
                foreach($r as $rr) {
                        notification([
-                               'type' => Notification/Type::SYSTEM,
+                               'type' => Notification\Type::SYSTEM,
                                'uid' => $rr['uid'],
                                'system_type' => 'testdrive_expire',
                                'source_name'  => DI::l10n()->t('Administrator'),
@@ -83,7 +83,7 @@ function testdrive_cron($a,$b) {
 }
 
 function testdrive_enotify(&$a, &$b) {
-    if (!empty($b['params']) && $b['params']['type'] == Type::SYSTEM
+    if (!empty($b['params']) && $b['params']['type'] == Notification\Type::SYSTEM
                && !empty($b['params']['system_type']) && $b['params']['system_type'] === 'testdrive_expire') {
         $b['itemlink'] = DI::baseUrl()->get();
         $b['epreamble'] = $b['preamble'] = DI::l10n()->t('Your account on %s will expire in a few days.', DI::config()->get('system', 'sitename'));