Re-implement announcement link fix, blame it on my bad Hg repo management
authorDan
Mon, 21 Jan 2008 10:43:01 -0500
changeset 3 8ae9acb2e919
parent 2 66b299fdb9ca
child 4 bf5589120afb
Re-implement announcement link fix, blame it on my bad Hg repo management
plugins/Newsboy.php
--- a/plugins/Newsboy.php	Mon Jan 21 10:39:25 2008 -0500
+++ b/plugins/Newsboy.php	Mon Jan 21 10:43:01 2008 -0500
@@ -382,7 +382,7 @@
             <table border="0" cellspacing="1" cellpadding="4">
               <tr>
                 <th>Administrative tools:</th>
-                <td class="row3" style="text-align: center;"><a style="color: inherit;" href="' . makeUrlNS('NewsBoy', 'Announce', '', true) . '#do:edit">Edit announcement &raquo;</a></td>
+                <td class="row3" style="text-align: center;"><a style="color: inherit;" href="' . makeUrlNS($stuff[1], $stuff[0], '', true) . '#do:edit">Edit announcement &raquo;</a></td>
                 <td class="row3" style="text-align: center;"><a style="color: inherit;" href="' . makeUrlNS('Special', 'Administration', 'module='.$paths->nslist['Admin'].'NewsboyItemManager', true) . '" onclick="newsboy_open_admin(); return false;">Portal Administration</a></td>
               </tr>
             </table>