Plugin Directory

Changeset 1231830


Ignore:
Timestamp:
08/27/2015 09:05:52 AM (11 years ago)
Author:
networkintellect
Message:

Fixed Registry error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ni-cookie-banner/tags/1.0/app/models/AdminModel.php

    r1116789 r1231830  
    9090    static public function getOptionValue( $opt ) {
    9191       
    92         $val = isset( $opt ) ? $opt : RM_Registry::get( 'defaults', $opt );
     92        $val = isset( $opt ) ? $opt : NI_CookieBanner_Registry::get( 'defaults', $opt );
    9393       
    9494        return stripslashes( strip_tags( $val ) );
Note: See TracChangeset for help on using the changeset viewer.