Changeset 19981 for branches/version-2_5-dev/data/class
- Timestamp:
- 2011/01/19 18:58:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Bloc.php
r19832 r19981 124 124 // ディレクトリの作成 125 125 SC_Utils::sfMakeDir($prev_path); 126 $res = file_put_contents($ new_bloc_path, $_POST['bloc_html']);126 $res = file_put_contents($prev_path, $_POST['bloc_html']); 127 127 if ($res === false) { 128 128 SC_Utils_Ex::sfDispException();
Note: See TracChangeset
for help on using the changeset viewer.
