dekarrin / silvermine-media-gallery

Heavily modified fork of Coppermine Photo Gallery
GNU General Public License v3.0
1 stars 0 forks source link

Incorrect calling procedure for Inspekt library #35

Closed dekarrin closed 9 years ago

dekarrin commented 10 years ago

The inspekt library is called statically when it should be called non-statically. A variety of notices concerning this can be displayed by enabling maintenance mode and turning on show notices in that section.

dekarrin commented 9 years ago

Bug is not fixed; Inspekt_Cage reference $_source as a non-static when it is declared as static. It should not be static at all.

dekarrin commented 9 years ago

Still this is not fixed; there are several instances where SMG tries to access a cage's $_source directly. This is not allowed. We must add a new method to Inspekt to let this happen.