Plugin Directory

Changeset 1385636


Ignore:
Timestamp:
04/03/2016 01:48:00 PM (10 years ago)
Author:
derekheld
Message:

Fixed didn't refactor variable properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • blue-storage/branches/2.0.0/class-blue-storage-settings.php

    r1385634 r1385636  
    3535    {
    3636        echo '<form method="post" action="options.php">';
    37         settings_fields(self::$AzureAccountSettings);
     37        settings_fields(self::$AzureAccountSettingsGroup);
    3838        do_settings_sections(self::$PluginOptionsPage);
    3939        submit_button();
Note: See TracChangeset for help on using the changeset viewer.