BCcampus / pressbooks-textbook

A plugin that extends Pressbooks for textbook authoring
GNU General Public License v2.0
25 stars 13 forks source link

Set default post status in function param to avoid missing param error #95

Closed greatislander closed 7 years ago

greatislander commented 7 years ago

While working on #92 I ran into an error because the $post_status param of \RemoteImport ::kneadandInsert() was not set. This PR moves the default value ('draft') into the function's param definitions to avoid this issue.

bdolor commented 7 years ago

thank you @greatislander !