Update reference to Query
This commit is contained in:
parent
55e8c48b1d
commit
0026ca7470
@ -152,7 +152,7 @@ class Page {
|
|||||||
if ( ! empty($this->buffer))
|
if ( ! empty($this->buffer))
|
||||||
{
|
{
|
||||||
// @todo Figure out how to adjust content compression for 5.4.4
|
// @todo Figure out how to adjust content compression for 5.4.4
|
||||||
ob_start();
|
ob_start('ob_gzhandler');
|
||||||
|
|
||||||
echo $this->buffer;
|
echo $this->buffer;
|
||||||
|
|
||||||
|
2
sys/db
2
sys/db
@ -1 +1 @@
|
|||||||
Subproject commit 977434977e4177fe5a09fffa0f3a152faa82f606
|
Subproject commit 1e71b225c533bada107f439106c9216982b62daa
|
Loading…
Reference in New Issue
Block a user