Changeset 16178
- Timestamp:
- 06/29/12 16:31:29 (11 months ago)
- Files:
-
- 1 modified
-
branches/2.4/admin/include/plugins.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/admin/include/plugins.class.php
r12922 r16178 276 276 $version = $pem_versions[0]['name']; 277 277 } 278 $branch = substr($version, 0, strrpos($version, '.')); 278 279 if (substr_count($version, '.') > 1) 280 { 281 $branch = substr($version, 0, strrpos($version, '.')); 282 } 283 else 284 { 285 $branch = $version; 286 } 287 279 288 foreach ($pem_versions as $pem_version) 280 289 {
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)