Example #1
0
/**
 * @deprecated use \Jelix\Core\AppManager::errorIfAppInstalled();
 */
function checkAppNotInstalled()
{
    \Jelix\Core\AppManager::errorIfAppInstalled();
}