Fixed script call
authorLaury GvR <laury@gaslightmedia.com>
Fri, 20 May 2016 13:10:14 +0000 (09:10 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 20 May 2016 13:10:24 +0000 (09:10 -0400)
controllers/front.php

index 77c41d3..f3e8413 100644 (file)
@@ -85,7 +85,7 @@ class glmMembersFront extends GlmPluginSupport
         }
 
         // Add filters for use anywhere else (apply_filter). Will have to add this to index.php eventually
-        add_filter('glmMembersFrontScriptsFilter',array($this,'glmMembersFrontCSS'));
+        add_filter('glmMembersFrontScriptsFilter',array($this,'glmMembersFrontScripts'));
         add_filter('glmMembersFrontCSSFilter',array($this,'glmMembersFrontCSS'));
     }