Declare method visibility in ButtonCodeController

This commit is contained in:
Dmitriy Simushev 2014-08-21 11:38:45 +00:00
parent c32628e2b2
commit 96df4dc857

View File

@ -342,7 +342,7 @@ class ButtonCodeController extends AbstractController
* @return array The keys of the resulting array are images names and the
* values are arrays of locales which contains the image.
*/
function getImageLocalesMap($locales_dir)
protected function getImageLocalesMap($locales_dir)
{
$image_locales = array();
$all_locales = get_available_locales();