Skip to content

Commit 5d25d36

Browse files
committed
Same fixes
1 parent f7c880a commit 5d25d36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
basedir=".">
44

55
<property name="VERSION"
6-
value="7.5" />
6+
value="7.6" />
77

88
<tstamp>
99
<format property="DATE"

packages/mod_junewsultra/Helper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ public function image($params, $junews, array $data = [])
212212
$source_set = [];
213213
$array = (array) $junews[ 'src_picture' ];
214214

215-
//arsort($array);
216215
foreach($array as $picture)
217216
{
218217
if($picture->picture && $picture->picture_w && $picture->picture_h)

0 commit comments

Comments
 (0)