In the meantime you could edit the file your self.  The following is
code I used in one of my plugins when 7.4 had two versions and version
no. could not be used to check which funtion to use.  You could use
somehting similar.


Code:
--------------------
    
        if (Slim::Web::HTTP::CSRF->can('protectURI')) {
                return 
Slim::Web::HTTP::CSRF->protectURI('plugins/FindArt/settings/basic.html');
        } else {
                return 
Slim::Web::HTTP::protectURI('plugins/FindArt/settings/basic.html');
        }
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=73408

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to