jmosmap / plugin_googlemaps

This is the Joomla plugin Google maps by Reumer
http://tech.reumer.net
GNU General Public License v3.0
31 stars 21 forks source link

Check if plugin runs on Site #3

Closed jmosmap closed 9 years ago

jmosmap commented 9 years ago

Joomla application can also be runned as an API, command line and as deamon and the plugin needs to run only in frontend

Replace: if($app->isAdmin()) { return; } with if(!$app->isSite()) { return; }

jmosmap commented 9 years ago

Solved