Changeset 1607
- Timestamp:
- 11/18/08 03:13:18 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/codebase/layout/xhtml/default/modules_default/users/portfolio/gallery.php
r1589 r1607 112 112 global $_om_global; 113 113 $global_user = $_om_global->convertLocalToGlobal($this->userSet); 114 $gallery_title = $_om->sanitise($gallery _title, OM_SANITISE_JS_I18N);114 $gallery_title = $_om->sanitise($gallery['title'], OM_SANITISE_JS_I18N); 115 115 $postGlobal = $_om->sanitise($_om_words->page['portfolio']['gallery.php']['alert']['post']['global'], OM_SANITISE_JS_I18N); 116 116 ?>
