1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Fixes for sign-up popup on image-code failure. And general secure-image-code work

This commit is contained in:
CaMer0n
2012-06-13 04:58:43 +00:00
parent 7b2c83d033
commit a8fe3aaff0
9 changed files with 166 additions and 78 deletions

View File

@@ -70,7 +70,7 @@ class override {
public function check($override,$method='') // alias with check for class object
{
if(vartrue($method))
if($method != '')
{
$class = get_class($override);
$override = $class."::".$method;