# HG changeset patch # User Dan # Date 1243431426 14400 # Node ID b52509cf73afc4477f42553cad5590004cce9ae6 # Parent e7eb457efdff02d03a59bccafad11d557b71afd9 Fixed maxwidth being required diff -r e7eb457efdff -r b52509cf73af LightboxGallery.php --- a/LightboxGallery.php Tue May 26 08:37:18 2009 -0400 +++ b/LightboxGallery.php Wed May 27 09:37:06 2009 -0400 @@ -17,7 +17,7 @@ function lbgallery_process_tags(&$text) { // if there are no galleries in this blob, just get out here. also pulls all the matches we need. - if ( !preg_match_all('#(.+?)#s', $text, $matches) ) + if ( !preg_match_all('#(.+?)#s', $text, $matches) ) return true; lbgallery_add_headers();