File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
define ('PKG_NAME ' , 'pdoTools ' );
5
5
define ('PKG_NAME_LOWER ' , strtolower (PKG_NAME ));
6
6
7
- define ('PKG_VERSION ' , '2.12.2 ' );
7
+ define ('PKG_VERSION ' , '2.12.3 ' );
8
8
define ('PKG_RELEASE ' , 'pl ' );
9
9
define ('PKG_AUTO_INSTALL ' , true );
10
10
Original file line number Diff line number Diff line change 1
1
Changelog for pdoTools.
2
2
3
+ 2.12.3 pl
4
+ ==============
5
+ - Fixed E_NOTICE introduced in #285.
6
+
3
7
2.12.2 pl
4
8
==============
5
9
- Updated chunks for Bootstrap 4.
Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ public function run()
146
146
} else {
147
147
$ row ['link ' ] = $ this ->makeUrl ($ row ['id ' ], $ row );
148
148
}
149
- } else {
150
- $ row ['link ' ] = $ row [ ' link ' ] ?: '' ;
149
+ } elseif (! isset ( $ row [ ' link ' ])) {
150
+ $ row ['link ' ] = '' ;
151
151
}
152
152
153
153
$ tpl = $ this ->defineChunk ($ row );
You can’t perform that action at this time.
0 commit comments