Bug #789

getTable() function and PHP 5.2 version
Start date:
April 24, 2013
Due date:
% Done:
0%
Estimated time:
Description
getTable() function in polls plugin doesn't work on servers with PHP 5.2.
Probably, the problem exists for other extras.
History
Updated by Batyr Mackenov almost 8 years ago
- Status changed from New to Closed
getTable method should be called statically.
Was called in the Polls plugin as a regular object's method.
Calling of getTable method works properly for the 5.2 version of PHP.