Skip to content

Commit

Permalink
*8059* trivial variable name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnugent committed Dec 18, 2012
1 parent 4540e89 commit f9e3b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/plugins/PubIdPlugin.inc.php
Expand Up @@ -174,7 +174,7 @@ function getPubIdFullName() {
* @param $pubId string
* @return string resolving URL
*/
function getResolvingURL($journalId, $pubId) {
function getResolvingURL($pressId, $pubId) {
assert(false); // Should always be overridden
}

Expand Down

0 comments on commit f9e3b0d

Please sign in to comment.