forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: artistsinhawaii on September 18, 2005, 06:45:30 am

Title: Dir.'/smilies versus Dir.'smilies in smilies.inc.php
Post by: artistsinhawaii on September 18, 2005, 06:45:30 am
A recent message regarding a 'bug' in cpg1.33 :

Quote
in functions.inc.php ~line 1250

Code:
$thumb_paths[] = $THEME_DIR.'/images/';should read

Code:
$thumb_paths[] = $THEME_DIR.'images/';
otherwise you'll get pathes like
cpg/themes/classic//images/thumb_wmv.gif 

Got me thinking 'what if?', so I did a search of the contents of all the 1.4x files for [  Dir.'/   ]
Two instances turn up in smilies.inc.php.  Is this something to be concerned about?


Dennis
Title: Re: Dir.'/smilies versus Dir.'smilies in smilies.inc.php
Post by: Joachim Müller on October 21, 2005, 11:33:13 pm
looking at the cpg1.4.x output, everything appears to be OK (no double slashes), so I guess it's OK.