PKP Bugzilla – Bug 4772
Review & correct problems in the warning log
Last modified: 2009-10-06 15:07:31 PDT
Review & correct problems in the warning log. For example: - There are still some unnecessary cases of instantiation by reference (=& new) - There is a warning about get_class being called by a non-object in GenericCache.inc.php (probably needs an is_object check)
Created attachment 2453 [details] Patch against OJS pre-2.3 CVS
Created attachment 2454 [details] Patch against PKP pre-release
Created attachment 2455 [details] Patch against OMP pre-release
Created attachment 2456 [details] Patch against Harvester 2.3
Created attachment 2457 [details] Patch against PKP pre-release
Created attachment 2458 [details] Patch against OJS pre-2.3 CVS
Created attachment 2459 [details] Patch against OMP pre-release
Created attachment 2460 [details] Patch against OCS pre-2.3 CVS
Created attachment 2461 [details] Patch against Harvester 2.3
Closing.
Created attachment 2491 [details] Patch against PKP pre-release Re-added some necessary reference instantiation (for FormValidatorCustom instantiations that use &$this from form constructors)
Created attachment 2492 [details] Patch against OJS pre-2.3 CVS
Created attachment 2494 [details] Patch against OCS pre-2.3 CVS
Created attachment 2495 [details] Patch against Harvester 2.3