parthurlencode error with printAlbumMenuJump

hi,

I updated to the latest zenphoto version 1.2.2. I get an error when I call printAlbumMenuJump (print_album_menu.php version 1.4.6).

Here is the code that I use:

<?php if (!checkForPassword()) { ?>
<div id="menuJump">
<?php printAlbumMenuJump("count","Liste des albums"); ?>
</div>
<?};?>

And the error

<b>Fatal error</b>: Call to undefined function parthurlencode() in <b>XXx/zp-core/plugins/print_album_menu.php</b> on line <b>418</b>

did i miss something? This code worked fine under zenphoto 1.2

thanks

Comments

  • ok... It is my fault. The question has already been posted.

    I changed parthurlencode to pathurlencode in print_album_menu.php
  • acrylian Administrator, Developer
    There is a typo that has already been fixed in the svn (Should be `pathurlencode()`).
Sign In or Register to comment.