Changeset 1231830
- Timestamp:
- 08/27/2015 09:05:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ni-cookie-banner/tags/1.0/app/models/AdminModel.php
r1116789 r1231830 90 90 static public function getOptionValue( $opt ) { 91 91 92 $val = isset( $opt ) ? $opt : RM_Registry::get( 'defaults', $opt );92 $val = isset( $opt ) ? $opt : NI_CookieBanner_Registry::get( 'defaults', $opt ); 93 93 94 94 return stripslashes( strip_tags( $val ) );
Note: See TracChangeset
for help on using the changeset viewer.