Empty commit

This commit is contained in:
Git 2015-10-22 08:00:26 +00:00
parent afd8132b81
commit 219d4d352a
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
CHANGE LOG
2015-10-21 by newman
Update the IRC message sent when creating a new staff blog to be more useful
2015-10-19 by newman
Fix capitalization on the torrent group edit page

View File

@ -72,7 +72,7 @@
$Cache->delete_value('staff_blog');
$Cache->delete_value('staff_blog_latest_time');
send_irc("PRIVMSG ".ADMIN_CHAN." :!blog " . $_POST['title']);
send_irc("PRIVMSG ".ADMIN_CHAN." :!mod New staff blog: " . $_POST['title'] . " - https://".SSL_SITE_URL."/staffblog.php#blog" . $DB->inserted_id());
header('Location: staffblog.php');
break;