Thumbnails not automatically created when adding photo
Posted: 07 Jun 2013, 14:07
I'm using Phoca Gallery 4.0.0 RC. If you take a look at administrator/components/com_phocagallery/models/phocagalleryimg.php line 335, it reads:
if ($task = 'save2new') {
This should be:
if ($task == 'save2new') {
Regards,
Steffan
if ($task = 'save2new') {
This should be:
if ($task == 'save2new') {
Regards,
Steffan