Skip to content

Commit 2c1c1b8

Browse files
committed
Remove legacy references, clean up code
1 parent c673c27 commit 2c1c1b8

37 files changed

Lines changed: 1352 additions & 945 deletions

includes/src/Classes/AbsBaseAp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ public function __call($closure, $args)
7777
if (isset($this->{$closure}) && is_callable($this->{$closure})) {
7878
return call_user_func_array($this->{$closure}, $args);
7979
}
80-
throw new \Exception(sprintf(__('Undefined method/closure: `%1$s`.', 'rapid-cache'), $closure));
80+
throw new \Exception(sprintf('Undefined method/closure: `%1$s`.', $closure));
8181
}
8282
}

includes/src/Classes/AdvancedCache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function __construct()
8585
$this->registerShutdownFlag();
8686
$this->maybeIgnoreUserAbort();
8787
$this->maybeStopBrowserCaching();
88-
89-
$this->maybeStartOutputBuffering();
88+
$this->maybePostloadInvalidateWhenLoggedIn();
89+
$this->maybeStartOutputBuffering();
9090
}
9191
}

0 commit comments

Comments
 (0)