Skip to content

Commit

Permalink
Fixed error_desc_limit -> error_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
eka7a committed Jan 30, 2013
1 parent 4b29211 commit 0d973dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upload/admin/controller/setting/store.php
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ protected function validateForm() {
}

if (!$this->request->post['config_list_description_limit']) {
$this->error['list_description_limit'] = $this->language->get('error_desc_limit');
$this->error['list_description_limit'] = $this->language->get('error_limit');
}

if ($this->error && !isset($this->error['warning'])) {
Expand Down
2 changes: 1 addition & 1 deletion upload/install/opencart.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ CREATE TABLE `oc_customer` (
-- --------------------------------------------------------

--
-- Table structure for table `customer_field`
-- Table structure for table `oc_customer_field`
--

DROP TABLE IF EXISTS `oc_customer_field`;
Expand Down

0 comments on commit 0d973dd

Please sign in to comment.