Title: Bug in notifyPost
Last modified: August 21, 2016

---

# Bug in notifyPost

 *  Resolved [MuViMoTV](https://wordpress.org/support/users/muvimotv/)
 * (@muvimotv)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/bug-in-notifypost/)
 * Hey!
 * Just thought i’d let you know you have a bug here:
 * $url = parse_url( get_permalink( $post->id ) );
 * it should be
 * $url = parse_url( get_permalink( $post->ID ) );
 * ID has to be capital letters…
 * Cheers
 * [http://wordpress.org/plugins/safari-push/](http://wordpress.org/plugins/safari-push/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [macgamer](https://wordpress.org/support/users/macgamer/)
 * (@macgamer)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/bug-in-notifypost/#post-4503689)
 * Good catch. I must have changed that somehow.
 * Could you submit a pull request for this?
 * [https://github.com/surrealroad/wp-safari-push/pulls](https://github.com/surrealroad/wp-safari-push/pulls)
 *  Plugin Author [macgamer](https://wordpress.org/support/users/macgamer/)
 * (@macgamer)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/bug-in-notifypost/#post-4503693)
 * actually don’t worry, I’ve done it, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bug in notifyPost’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/safari-push.svg)
 * [Safari Push](https://wordpress.org/plugins/safari-push/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/safari-push/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/safari-push/)
 * [Active Topics](https://wordpress.org/support/plugin/safari-push/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/safari-push/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/safari-push/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [macgamer](https://wordpress.org/support/users/macgamer/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/bug-in-notifypost/#post-4503693)
 * Status: resolved