RSS en ordre inverse (bug #1843853) + bugfix sous PHP5 (le fameux clone bug)

This commit is contained in:
nojhan 2008-02-04 14:24:17 +00:00
commit 1c84a36c69
3 changed files with 10 additions and 5 deletions

View file

@ -241,7 +241,6 @@ class strip_manager
* @param integer index of the file to parse in the {@link $strips_list}
*/
function strip_info_get( $element_asked ) {
$this->current_id = $element_asked;
$file = $this->strips_list[$element_asked];