# This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- Base (BASE) +++ Locally Modified (Based On LOCAL) @@ -228,6 +228,8 @@ * */ function apps_retrieve_app_image($url, $title = FALSE, $alt = FALSE) { + $url = url($url, array('absolute' => TRUE)); + //to prevent strict warning need to store this in a variable $url_parts = explode("/", parse_url($url, PHP_URL_PATH)); $file_name = array_pop($url_parts); @@ -366,6 +368,7 @@ if ($info_cache) { $info = $info_cache->data(); } + foreach($apps as $id => $app) { if(!isset($info[$app['machine_name']])) { $info[$app['machine_name']] = ($i = module_invoke($app['machine_name'], 'apps_app_info')) ? $i : array();