Diff of /mambo/branches/4.6/administrator/components/com_modules/admin.modules.php
Parent Directory
|
Revision Log
|
Patch
| revision 1218, Thu Jul 26 14:30:30 2007 UTC | revision 1219, Sat Jul 28 02:12:48 2007 UTC | |
|---|---|---|
| # | Line 58 | Line 58 |
| 58 | case 'publish': | case 'publish': |
| 59 | case 'unpublish': | case 'unpublish': |
| 60 | mosCache::cleanCache( 'com_content' ); | mosCache::cleanCache( 'com_content' ); |
| 61 | publishModule( $cid, ($task == 'publish'), $option, $client ); | publishModule( $cid, ($task == 'publish' ? 1 : 0), $option, $client ); |
| 62 | break; | break; |
| 63 | ||
| 64 | case 'orderup': | case 'orderup': |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

