Commit: 264dae829d57fca4238f2729fa89b2578e000b59 Author: Adam Harvey <[email protected]> Fri, 21 Jun 2013 13:18:47 -0700 Parents: 4db4b6e34c6035ba63a9d7953a49aa5f04ba0de4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=264dae829d57fca4238f2729fa89b2578e000b59 Log: Switch back to full news posts on the beta homepage. For an example of why this is necessary: http://d.pr/i/bdSi Changed paths: M View/HomepageNewsView.php Diff: diff --git a/View/HomepageNewsView.php b/View/HomepageNewsView.php index 989ba7b..f851ab9 100644 --- a/View/HomepageNewsView.php +++ b/View/HomepageNewsView.php @@ -39,7 +39,7 @@ class HomepageNewsView { } } - $content = $article->getIntroduction(); + $content = $article->getContent(); $image = ""; $newsImage = $article->getNewsImage(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
