Project

General

Profile

« Previous | Next » 

Revision 1878

Added by darkviper over 11 years ago

fixed PagesDir in WbAdaptor: no more single slash in this entry.

View differences:

WbAdaptor.php
158 158
					break;
159 159
				case 'PAGES_DIRECTORY':
160 160
					$sVal = trim(str_replace('\\', '/', $sVal), '/').'/';
161
					$sVal = $sVal=='/' ? '' : $sVal;
161 162
					$sKey = 'PagesDir';
162 163
					$this->_aSys['System'][$sKey] = $sVal; 
163 164
					break;

Also available in: Unified diff