Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wizard/class-instant-articles-option-fb-app.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Instant_Articles_Option_FB_App extends Instant_Articles_Option {
* @since 0.4
*/
public function __construct() {
$this->options_manager = new parent(
parent::__construct(
self::OPTION_KEY,
self::$sections,
self::$fields
Expand Down
2 changes: 1 addition & 1 deletion wizard/class-instant-articles-option-fb-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Instant_Articles_Option_FB_Page extends Instant_Articles_Option {
* @since 0.4
*/
public function __construct() {
$this->options_manager = new parent(
parent::__construct(
self::OPTION_KEY,
self::$sections,
self::$fields
Expand Down