Attempt to fix paging on contact summary
[civicrm-core.git] / CRM / Utils / GlobalStack.php
index 50bf3c268a1bb48f175d8099877ecb67bf55b973..0884e3b134c454075ec43985e31ebadf49e60331 100644 (file)
@@ -62,7 +62,7 @@ class CRM_Utils_GlobalStack {
    *
    * @return CRM_Utils_GlobalStack
    */
-  static public function singleton() {
+  public static function singleton() {
     if (self::$_singleton === NULL) {
       self::$_singleton = new CRM_Utils_GlobalStack();
     }