##// END OF EJS Templates
Don't force english language for default admin account (#12485)....
Jean-Philippe Lang -
r10726:cf69c2da214a
parent child
Show More
@@ -292,7 +292,6 class Setup < ActiveRecord::Migration
292 :lastname => "Admin",
292 :lastname => "Admin",
293 :mail => "admin@example.net",
293 :mail => "admin@example.net",
294 :mail_notification => true,
294 :mail_notification => true,
295 :language => "en",
296 :status => 1
295 :status => 1
297 end
296 end
298
297
General Comments 0
You need to be logged in to leave comments. Login now