summaryrefslogtreecommitdiff
path: root/src/Readability.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-11-30 20:20:51 +0000
committerAndres Rey <[email protected]>2017-11-30 20:20:51 +0000
commit43960986dc59fc59b7439af120ac6f4e76459a81 (patch)
tree41d676ded49c9531b2be6a8ea37b2e7ac6114f80 /src/Readability.php
parent269cae7d0faad6748ffa1454cf03e45fa63e524c (diff)
Minor clean up and reorganization
Diffstat (limited to 'src/Readability.php')
-rw-r--r--src/Readability.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Readability.php b/src/Readability.php
index a259f5f..730c327 100644
--- a/src/Readability.php
+++ b/src/Readability.php
@@ -1115,7 +1115,7 @@ class Readability
continue;
}
- $sizeInfo = $table->_getRowAndColumnCount();
+ $sizeInfo = $table->getRowAndColumnCount();
if ($sizeInfo['rows'] >= 10 || $sizeInfo['columns'] > 4) {
$table->readabilityDataTable = true;
continue;