[Slashdotjp-dev 708] [215] Fix: remove filter failed

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 10月 24日 (水) 17:27:44 JST


Revision: 215
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=215
Author:   tach
Date:     2007-10-24 17:27:43 +0900 (Wed, 24 Oct 2007)

Log Message:
-----------
Fix: remove filter failed

Modified Paths:
--------------
    slashjp/trunk/debian/changelog
    slashjp/trunk/plugins/Admin/admin.pl


-------------- next part --------------
Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2007-10-24 05:35:00 UTC (rev 214)
+++ slashjp/trunk/debian/changelog	2007-10-24 08:27:43 UTC (rev 215)
@@ -7,8 +7,9 @@
   * Add libdata-javascript-anon-perl to Depends:
     - for Ajax plugin
   * Fix: password notification email send fail: plugins/Messages/Messages.pm
+  * Fix: remove filter failed: plugins/Admin/admin.pl
 
- -- Taku YASUI <tach****@osdn*****>  Wed, 24 Oct 2007 14:33:39 +0900
+ -- Taku YASUI <tach****@osdn*****>  Wed, 24 Oct 2007 17:23:13 +0900
 
 slash (2.5.0.119-17) unstable; urgency=low
 

Modified: slashjp/trunk/plugins/Admin/admin.pl
===================================================================
--- slashjp/trunk/plugins/Admin/admin.pl	2007-10-24 05:35:00 UTC (rev 214)
+++ slashjp/trunk/plugins/Admin/admin.pl	2007-10-24 08:27:43 UTC (rev 215)
@@ -1975,7 +1975,7 @@
 	} elsif ($form->{deletefilter}) {
 		$slashdb->deleteContentFilter($form->{filter_id});
 		titlebar("100%", getTitle('updateFilter-delete-title'));
-		listFilters($formname);
+		listFilters(@_);
 		return();
 	}
 


Slashdotjp-dev メーリングリストの案内
Back to archive index