remove reference
This commit is contained in:
parent
07312cc41c
commit
d27c3040bf
|
@ -296,7 +296,7 @@ class ComicPressAdmin {
|
||||||
if (isset($_POST['post_ID'])) {
|
if (isset($_POST['post_ID'])) {
|
||||||
if (is_numeric($_POST['post_ID'])) {
|
if (is_numeric($_POST['post_ID'])) {
|
||||||
if ($post = get_post($_POST['post_ID'])) {
|
if ($post = get_post($_POST['post_ID'])) {
|
||||||
$comic_post = new ComicPressComicPost(&$post);
|
$comic_post = new ComicPressComicPost($post);
|
||||||
$comic_post->change_comic_image_ordering($this->_json_decode(stripslashes($_POST['cp']['comic_order'])));
|
$comic_post->change_comic_image_ordering($this->_json_decode(stripslashes($_POST['cp']['comic_order'])));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -389,4 +389,4 @@ class ComicPressAdmin {
|
||||||
// @codeCoverageIgnoreEnd
|
// @codeCoverageIgnoreEnd
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue