Skip to content

Commit

Permalink
Merge pull request #1 from ccschmitz/patch-1
Browse files Browse the repository at this point in the history
Updated the method name used in function_exists()
  • Loading branch information
mpmont committed Nov 10, 2011
2 parents 03408a6 + e4d331a commit 034c5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thumb_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @return string Filename
*/

if ( ! function_exists('thumb_helper'))
if ( ! function_exists('create_thumb'))
{
function create_thumb( $data = array() , $thumb_width = '', $thumb_height = '', $destination = '' )
{
Expand Down

0 comments on commit 034c5de

Please sign in to comment.