phpBB Gallery - Bug tracker

modcp : moving images not possible ((unknown))

 

If you want to move one or more images to another "album" you receive allways this error message:

There is no more categories which you have permisson to move images to

Comments

Posted by Dr.Death » Wed Nov 28, 2007 9:19 pm

known error of "coding" ;-)

OPEN gallery/mcp.php

SEARCH :

Code: Select all
         if (count($catrows))


REPLACE WITH:

Code: Select all
         if (count($catrows) == 0)

Ticket details