fix FS#144

This commit is contained in:
John Bintz 2009-12-25 13:13:46 -05:00
parent d2532dbf70
commit 45bfb6f1da
1 changed files with 1 additions and 3 deletions

View File

@ -33,8 +33,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
require_once('comicpress_manager_config.php');
// only load the plugin code of we're in the administration part of WordPress.
if (WP_ADMIN === true) {
if (is_admin()) {
require_once('comicpress_manager_admin.php');
}
?>