diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-13 20:49:39 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-13 20:53:55 +0200 |
commit | 77e2387d94b7f6c9574cbed8a5d242628391906c (patch) | |
tree | 115763ce8937aea7a51d294152b66f59d71c1ae1 /3rdparty/Archive | |
parent | ddf0903ace00d201e4575790d9e910b2bc24496b (diff) | |
download | nextcloud-server-77e2387d94b7f6c9574cbed8a5d242628391906c.tar.gz nextcloud-server-77e2387d94b7f6c9574cbed8a5d242628391906c.zip |
more MDB2 updates
Diffstat (limited to '3rdparty/Archive')
-rw-r--r-- | 3rdparty/Archive/Tar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/Archive/Tar.php b/3rdparty/Archive/Tar.php index d8eae851bdc..e9969501a07 100644 --- a/3rdparty/Archive/Tar.php +++ b/3rdparty/Archive/Tar.php @@ -577,7 +577,7 @@ class Archive_Tar extends PEAR } // ----- Get the arguments - $v_att_list = &func_get_args(); + $v_att_list = func_get_args(); // ----- Read the attributes $i=0; |