Flickr Photo Album Plugin + WordPress v2.2 = Death

So I’ve been using the Flickr Photo Album plugin to embed my Flickr gallery inside my WordPress blog. Pretty cool huh? Anyways, so when I recently upgraded to WordPress v2.2 it did not like Flickr Photo Album. Specifically, the ability to upload photos and/or add photos from Flickr to a new blog post was broken. Fortunately, a brilliant guy figured out how to fix this:

Open up the file: /silaspartners/flickr/class-admin.php
Find the function (around line 202) function uploading_iframe .
Replace: return ‘../wp-content/plugins/silaspartners/flickr/’.$src;
With: return ‘../wp-admin/’.$src;