Merge branch 'angular-tests' of https://github.com/giant-rabbit/civicrm-core into...
[civicrm-core.git] / CRM / Core / Page / Angular.php
index 8c6f73203153e3639b3b41aa427d5b82d80f2b50..e125d1e437d0604cd878755f04b3b8c991f0397d 100644 (file)
@@ -19,7 +19,7 @@ class CRM_Core_Page_Angular extends CRM_Core_Page {
    *
    * @return string The content generated by running this page
    */
-  function run() {
+  public function run() {
     $this->registerResources(CRM_Core_Resources::singleton());
     return parent::run();
   }