CRM-15678 hookable invalid page handling
[civicrm-core.git] / CRM / Utils / System / Base.php
index aca82dc8d9875c0d9c76d01098410feab473bdda..4ed43e16b9340a1545a21880414d61424ee574b4 100644 (file)
@@ -49,7 +49,6 @@ abstract class CRM_Utils_System_Base {
    * @param boolean $maintenance  for maintenance mode
    *
    * @return void           prints content on stdout
-   * @access public
    */
   public function theme(&$content, $print = FALSE, $maintenance = FALSE) {
     $ret = FALSE;
@@ -166,7 +165,6 @@ abstract class CRM_Utils_System_Base {
    *
    * @param array $data  array with user specific data
    *
-   * @access public
    */
   public function setUserSession($data) {
     list($userID, $ufID) = $data;
@@ -367,4 +365,3 @@ abstract class CRM_Utils_System_Base {
    */
   public function appendCoreResources(&$list) {}
 }
-