Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 50329c4

Browse files
committed
STYLE: refs #236. Fix style warning in UserapiModel.php
1 parent 03145a5 commit 50329c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/api/models/pdo/UserapiModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function getToken($email, $apikey, $appname)
151151
->from(array('u' => 'api_userapi'))
152152
->where('u.user_id = ?', $userDao->getKey())
153153
->where('u.application_name = ?', $appname)
154-
->where('u.apikey = ?', $apikey) ;
154+
->where('u.apikey = ?', $apikey);
155155

156156
$row = $this->database->fetchRow($sql);
157157
$userapiDao = $this->initDao('Userapi', $row, 'api');

0 commit comments

Comments
 (0)