summaryrefslogtreecommitdiff
path: root/FS/FS/Cron
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Cron')
-rw-r--r--FS/FS/Cron/rt_tasks.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Cron/rt_tasks.pm b/FS/FS/Cron/rt_tasks.pm
index fd2a718..01ea0b5 100644
--- a/FS/FS/Cron/rt_tasks.pm
+++ b/FS/FS/Cron/rt_tasks.pm
@@ -29,7 +29,7 @@ sub rt_daily {
# RT_External installations should have their own cron scripts for this
my $system = $FS::TicketSystem::system;
- return if $system ne 'RT_Internal';
+ return if !defined($system) || $system ne 'RT_Internal';
# if -d or -y is in use, bail out. There's no reliable way to tell RT
# to use an alternate system time.