Plugin Directory

Changeset 451082


Ignore:
Timestamp:
10/14/2011 01:39:42 PM (14 years ago)
Author:
freerobby
Message:

fix warning while saving sb settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sexybookmarks/trunk/includes/shrsb_sexybookmarks_settings_page.php

    • Property svn:executable set to *
    r451067 r451082  
    132132            wp_mkdir_p(WP_CONTENT_DIR.'/sexy-mods/js');
    133133
    134             copy($shrsb_oldloc.'css/style-dev.css', $shrsb_newloc.'css/style.css');
     134            copy($shrsb_oldloc.'css/style.dev.css', $shrsb_newloc.'css/style.css');
    135135            copy($shrsb_oldloc.'js/sexy-bookmarks-public.js', $shrsb_newloc.'js/sexy-bookmarks-public.js');
    136136            copy($shrsb_oldloc.'images/shr-sprite.png', $shrsb_newloc.'images/shr-sprite.png');
Note: See TracChangeset for help on using the changeset viewer.