Skip to content

Commit

Permalink
Update ts3delete.cron.php
Browse files Browse the repository at this point in the history
Oops... typo..
  • Loading branch information
k725 committed Nov 13, 2014
1 parent 492cc4a commit ed69e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts3delete.cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
{
if ( (time() - $value['lastTime']) >= settingsTS3::DeleteTime && !$ts3del->isChannelIgnore() )
{
$ts3del->setChannelId($value['channnelID']);
$ts3del->setChannelId($value['channelID']);
$ts3del->setDbDeleteChannel();
$ts3->channelDelete($value['channelID'], 0);
}
}
}
}
}

0 comments on commit ed69e2f

Please sign in to comment.