Skip to content

Commit

Permalink
Fixed forbidden on link/image in ModelAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
arambalakjian committed Sep 11, 2014
1 parent 4f2cb29 commit a365889
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/ModelAdmin/DataObjectAsPageAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ public function getEditForm($id = null, $fields = null) {

return $form;
}

/*
* Temporary Fix for HTML editor Image/Link popup
*/
public function EditorToolbar() {
return new ModelAdminHtmlEditorField_Toolbar($this, $this->name."/EditorToolbar");
}
}

/*
Expand Down

0 comments on commit a365889

Please sign in to comment.