From df34fc96cd2c5b461a6cfe9e714c6e12c97d59ea Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Thu, 9 Jan 2014 14:04:05 +1300 Subject: [PATCH] Minor --- core/DataTable.php | 2 +- libs/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/DataTable.php b/core/DataTable.php index dcbe390e17..39ad5f4c05 100644 --- a/core/DataTable.php +++ b/core/DataTable.php @@ -316,7 +316,7 @@ class DataTable implements DataTableInterface public function __construct() { // registers this instance to the manager - $this->currentId = Manager::getInstance()-> addTable($this); + $this->currentId = Manager::getInstance()->addTable($this); } /** diff --git a/libs/README.md b/libs/README.md index 28df6a1119..959d38e4b9 100644 --- a/libs/README.md +++ b/libs/README.md @@ -29,7 +29,6 @@ third-party libraries: * tcpdf/ - in 6f945465fe40021d579bc2b4b8876468da69b062 fixed a bug reported in the forums - in 566c63a52e31b2b2d3e1a83f8f63e74e8d661b21 fixed another couple bugs with fopen throwing warnings - * Zend/ - strip require_once (to support autoloading) - in r3694, fix ZF-10888 and ZF-10835 -- GitLab