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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user