mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-12 18:36:29 +00:00
Empty commit
This commit is contained in:
parent
afd8132b81
commit
219d4d352a
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user