Changeset 3340:30cec05f4e63 for inc/core/class.dc.media.php
- Timestamp:
- 09/09/16 13:30:35 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.media.php
r3299 r3340 393 393 } 394 394 395 $media_dir = $this->relpwd ? $this->relpwd: '.';395 $media_dir = $this->relpwd ?: '.'; 396 396 397 397 $strReq = … … 660 660 protected function rebuildDB($pwd) 661 661 { 662 $media_dir = $pwd ? $pwd: '.';662 $media_dir = $pwd ?: '.'; 663 663 664 664 $strReq = … … 919 919 public function getDBDirs() 920 920 { 921 $media_dir = $this->relpwd ? $this->relpwd: '.';921 $media_dir = $this->relpwd ?: '.'; 922 922 923 923 $strReq =
Note: See TracChangeset
for help on using the changeset viewer.