summaryrefslogtreecommitdiff
path: root/src/Readability.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-10-21 23:36:25 +0100
committerAndres Rey <[email protected]>2016-10-21 23:36:25 +0100
commitd6556fbc040b23e553ad0af5976d069491c881e8 (patch)
tree62a65b364350216ba955d1acefd40ea54fce7c74 /src/Readability.php
parent0c11d557755ddbbafeeccd71e2d70b5c1d1458ab (diff)
Added function to search for topCandidate
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 a15b664..8a40a7c 100644
--- a/src/Readability.php
+++ b/src/Readability.php
@@ -244,6 +244,6 @@ class Readability extends Element implements ReadabilityInterface
*/
public function getTextContent()
{
- return $this->node->getChildrenAsString();
+ return $this->getChildrenAsString();
}
}