More constructor cleanup. Props ampt. see #16768

git-svn-id: http://svn.automattic.com/wordpress/trunk@17781 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2011-04-30 17:18:39 +00:00
parent 1c525018c3
commit ddafa3c6d7
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer {
* @param array $params
*/
function __construct( $params = array() ) {
$parent = get_parent_class($this);
$this->$parent( $params );
parent::__construct( $params );
}
/**