--- im_raw.orig 2008-10-31 21:06:36.000000000 +0100 +++ im_raw.new 2009-03-10 11:45:27.093750000 +0100 @@ -31,15 +31,13 @@ function im_raw_perm() { * Declare available actions, return help text about this filter. */ function im_raw_imagecache_actions() { - if (user_access('Allow user to enter raw ImageMagick command options')) { - $actions = array( - 'im_raw' => array( - 'name' => 'IM raw', - 'description' => 'Enter raw imagemagick command line options.' - ) - ); - return $actions; - } + $actions = array( + 'im_raw' => array( + 'name' => 'IM raw', + 'description' => 'Enter raw imagemagick command line options.' + ) + ); + return $actions; } /**