remove reference

This commit is contained in:
John Bintz 2009-11-12 12:19:09 -05:00
parent 07312cc41c
commit d27c3040bf
1 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ class ComicPressAdmin {
if (isset($_POST['post_ID'])) {
if (is_numeric($_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'])));
}
}
@ -389,4 +389,4 @@ class ComicPressAdmin {
// @codeCoverageIgnoreEnd
}
?>
?>