Commit e5ac73b7 authored by Eric Davis's avatar Eric Davis

Somehow ran out of unique identifiers.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3759 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent b88b1518
......@@ -12,7 +12,7 @@ class Project < ActiveRecord::Base
# Project#next_identifier is defined on Redmine
def self.next_identifier_from_object_daddy
@last_identifier ||= 'project0'
@last_identifier ||= 'project-0000'
@last_identifier.succ!
@last_identifier
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment