Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined variable: unqiue #1

Open
gerasim opened this issue Sep 3, 2010 · 0 comments
Open

Undefined variable: unqiue #1

gerasim opened this issue Sep 3, 2010 · 0 comments

Comments

@gerasim
Copy link

gerasim commented Sep 3, 2010

44      if ( ! isset(Event::$_events[$name]))
45      {
46          // Create an empty event for undefined events
47          Event::$_events[$name] = array();
48      }
49      elseif ($unqiue and in_array($callback, Event::$_events[$name], TRUE))
50      {
51          // Event already exists
52          return FALSE;
53      }

string 49: variable name must be "$unique", not "$unqiue"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant