Skip to content
Snippets Groups Projects
Commit 49bd0965 authored by Marco Schlicht's avatar Marco Schlicht
Browse files

using __construct instead of class name

parent 5a12dab9
Branches
Tags v0.1.3
No related merge requests found
...@@ -47,7 +47,7 @@ class auth_plugin_ext_token_login extends auth_plugin_base ...@@ -47,7 +47,7 @@ class auth_plugin_ext_token_login extends auth_plugin_base
* *
* @return none * @return none
**/ **/
function auth_plugin_ext_token_login() function __construct()
{ {
global $debug; global $debug;
// uncomment the following line to see debug messages // uncomment the following line to see debug messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment