mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 16:24:43 +03:00
Declare method visibility in ButtonCodeController
This commit is contained in:
parent
c32628e2b2
commit
96df4dc857
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user