mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-12 00:45:21 -04:00
mostly issues around uninitialized variables, calling non-static functions in a static context, calling Session functions directly instead of on its singleton, passing non-variables by reference, and subclasses not using the same interface as the parent class.